projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
b30694b
def249f
)
Auto merge of #4090 - jluner:master, r=alexcrichton
author
bors
<bors@rust-lang.org>
Wed, 31 May 2017 22:51:31 +0000
(22:51 +0000)
committer
bors
<bors@rust-lang.org>
Wed, 31 May 2017 22:51:31 +0000
(22:51 +0000)
Add error-chain errors.
Fixes #4209
Convert CargoResult, CargoError into an implementation provided by error-chain. The previous is_human machinery is mostly removed; now errors are displayed unless of the Internal kind, verbose mode will print all errors.
Trivial merge